home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
napman.swf
/
scripts
/
frame_331
/
DoAction.as
Wrap
Text File
|
2001-11-21
|
382b
|
29 lines
if(vx == "1" and vy == "0")
{
tellTarget("pacman")
{
gotoAndStop(1);
}
}
if(vx == "-1" and vy == "0")
{
tellTarget("pacman")
{
gotoAndStop(2);
}
}
if(vx == "0" and vy == "-1")
{
tellTarget("pacman")
{
gotoAndStop(4);
}
}
if(vx == "0" and vy == "1")
{
tellTarget("pacman")
{
gotoAndStop(3);
}
}